home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: news.inap.net!news1!and-000-241-51
- From: dlmiller@iquest.net (Doug & Rose Miller)
- Subject: Re: Recursion Question
- X-Nntp-Posting-Host: and-000-241-51.iquest.net
- Message-ID: <DpF8GJ.AJC@iquest.net>
- Sender: news@iquest.net (News Admin)
- Organization: IQuest Network Services
- X-Newsreader: News Xpress Version 1.0 Beta #2.1
- References: <4k14o1$2k2@isis.fiu.edu>
- Date: Sat, 6 Apr 1996 03:23:29 GMT
-
- If you would care to post some code that you need help with, I'm sure someone will help.
- But if you haven't even tried to do it yourself. don't come asking us to do your homework
- assignments for you.
-
- mark@serss1.fiu.edu (Mark Romano) wrote:
- +I am trying to find some recursive functions that will convert a number into
- +a binary. I need one that will print out the numbers as they are
- +generated and I also need one that will hold the binary digits in memory
- +and then printed out with a single printf statement. Can any one help??
-
-